@font-face {
	font-family:"DIN-Regular";
	src:url(../fonts/DIN-Regular.otf);
}


@font-face {
	font-family:"Exo2-Bold";
	src:url(../fonts/Exo2-Bold.ttf);
}


body {
	margin: 0;
	padding: 0;
	font-family: Helvetica Neue,  Helvetica, PingFang SC,  Noto Sans CJK SC,  Microsoft YaHei,  Arial,  sans-serif;
    background-color: transparent;
	font-size: 16px;
	font-weight: normal;
	color: #333;
	background: transparent;
	cursor: default;
	
	/* background-image: url(../images/research.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left 2276px; */
}

h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd { margin: 0; padding: 0;}

td { vertical-align: middle; box-sizing: border-box; }

a {font-weight: normal; display: inline-block; text-underline: none; text-decoration: none; color: #333;}

input,button {outline:none;	border-style: none;	}

img { border: none;}

.clearfix { clear: both;}

.container { width: 14rem; margin: auto;}

#phone { display: none;}

/* 公共标题 */
.co-title { font-size: .48rem; color: #333; margin-bottom: .52rem; line-height: 1.5;}
.co-title-bai {font-size: .48rem; color: #fff; margin-bottom: .52rem;}
.co-title-bai span,
.co-title span {display:inline-block; line-height: 1; padding-left: 10px; font-size: .24rem; color: #c0c0c0; text-transform: uppercase;}


/* 主题色 #3551e1*/
.theamColor_blue,
.theamColor_blue2 .container { background-color: #0075D1 !important;}

.innerColor_blue { position: relative; z-index: 1;}
.theamColor_blue2::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: -webkit-linear-gradient( left, rgba(255,255,255,0) 50%, #0075D1 50%);
	background: -moz-linear-gradient( left, rgba(255,255,255,0) 50%, #0075D1 50%);
	background: -ms-linear-gradient( left, rgba(255,255,255,0) 50%, #0075D1 50%);
	background: linear-gradient( left, rgba(255,255,255,0) 50%, #0075D1 50%);
}

.innerColor_blue::after {
	content: "";
	width: 14.2rem;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: -webkit-linear-gradient(right, rgba(250,255,255,0) -2% , rgba(63,146,231,1) 50%);
	background: -moz-linear-gradient(right, rgba(250,255,255,0) -2% , rgba(63,146,231,1) 50%);
	background: -ms-linear-gradient(right, rgba(250,255,255,0) -2% , rgba(63,146,231,1) 50%);
	background: linear-gradient(right, rgba(250,255,255,0) -2% , rgba(63,146,231,1) 50%);
	/* background: linear-gradient( left, rgba(255,255,255,0) 50%, #3f92e7 50%); */
}

.theamColor_blue3 { min-height: 4rem; padding: .7rem ; position: relative; z-index: 1;}
.theamColor_blue3::after {
    content: "";
    width: 120%;
    height: 3.5rem;
    background-color: #0075D1;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: -1;
}


/* heard */
.headtop {
	/* position: fixed; */
	position: relative;
	z-index: 50;
	top: 0;
	left: 0;
	width: 100%;
	height: 1.5rem;
	z-index: 80;
	background-color: rgba(255,255,255,1);
	transition: all .5s;
}

.logo { /* width: 4.97rem; */ width: 6.97rem; height: 100%; position: absolute; top: 0; left: 0; transition: all .5s;}
.logo a { display:block; width: 100%; height: 100%; position: relative; z-index: 1;  text-align: center;}
.logo img {
	height: .7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-60%);
	transition: all .5s;
}




.menu { width: 100%; height: 100%; }
.menu ul { min-width:69.5%; list-style: none; float: right;  padding: 0;  height: 1.5rem;}
.menu ul li {
	position: relative;
	z-index: 1;
	height: 100%; 
	display: inline-block; 
	float: left;
	margin-left:4%;
	transition: all .35s;
}

.menu ul li p a {
	display: inline-block;
	line-height: 1.5rem;
	height: 100%; 
	font-size: .2rem;
	border-bottom: .1rem transparent solid;
	color: #333;
	text-decoration: none;
	transition: all .35s;
}


.menu ul li:nth-child(1) { margin-left: 0;  }


.menu ul li:hover p a {
	/* border-color: #3551e1; */
	color: #3551e1;
	text-decoration: none;
	transition: all .35s;
}

.menu ul li ol.child {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	width: 1.5rem;
	background-color: #fff;
	padding: 0;
	opacity: 0;
	display: none;
	transition: all .35s;
}

/* .menu ul li ol.child::before {
	content: "";
	width: 0;
	height: 0;
	border: 10px transparent solid;
	border-top: none;
	border-bottom:  15px #3551e1 solid;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
} */

ol.child li { width: 100%; margin-left: 0;  font-size: .15rem; float: none;  text-align: center; transition: all .35s; }

ol.child li a { display: block; color: #333;line-height: 3; text-decoration: none;  transition: all .35s;  }

.menu ul li:hover ol.child { opacity: 1; display: block; transition: all .35s; }

ol.child li:hover a { /*background-color: #3551e1;*/ background-color: #00b3ee; color: #fff; transition: all .35s; }


a.search_btns,a.search_btns:hover {}

a.lang_change,a.lang_change:hover {
	display: block;
	position: absolute;
	top: 50%;
	right: 5%;
	transform: translateY(-53%);
	height: .36rem;
	width: .36rem;
	background-color: #00b3ee;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	line-height: .36rem;
	font-size: .14rem;
	text-decoration: none;
}


a.search_btns {
    display: block;
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-57%);
    height: .36rem;
    width: .36rem;
    border: 1px #dcdcdc solid;
	background-image: url(../images/icons/btn_search_blue.png);
	background-repeat: no-repeat;
	background-position:56% center;
	background-size: 45%;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: .36rem;
    font-size: .14rem;
    text-decoration: none;
}

.fixed { position: fixed !important; background-color: rgba(255,255,255,1) !important;box-shadow: 0 8px 35px rgba(0,0,0,.1); transition: all .5s;}
.fixed,.fixed .menu ul { height: 1rem  !important; transition: all .5s; }
.fixed .logo img { height: .5rem !important;  transition: all .5s;}
/*.fixed .menu ul li a { color: #333; line-height: .85rem !important; transition: all .5s;}*/
.fixed .menu ul li p a { color: #333; line-height: .85rem !important; transition: all .5s;}
/*.fixed .menu ul li:hover a { border-color: #3551e1 !important; !*color: #3551e1 !important;*!color: #333 !important; transition: all .5s;}*/
.fixed .menu ul li:hover p a { border-color: #3551e1 !important; color: #3551e1 !important; transition: all .5s;}
.fixed a.lang_change, .fixeda.lang_change:hover ,
.fixed a.search_btns, .fixeda.search_btns:hover {transform: translateY(-57%);}

/* 搜索栏 */
.searchbox {
    height: 5.43rem;
    width: 100%;
    display: table;
}

.cells {
    width: 100%;
    height: 4.8rem;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 1;
}

.cells form {
    border-radius: .5rem;
    border: 2px #00b3ee solid;
    width: 6.45rem;
    height: 0.6rem;
    margin: auto;
    outline: none;
    background: #fff;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

input.sousuo {
	display: block;
    width: 100%;
    height: 0.6rem;
	margin: 0;
    padding: 0 .25rem;
    background: #fff;
    line-height:.63rem;
    outline: none;
}

.btn_search2 {
    width: 0.6rem;
    height: 0.6rem;
    background-image: url(../images/icons/btn_search_blue.png);
    background-repeat: no-repeat;
    background-position: center 44%;
	background-size: 45%;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
    background-color: transparent;
    border-style: none;
}

.searchs { margin-top: 1rem;}

.search_list { width: 100%;}
.search_list ul { list-style: none;}
.search_list ul li { width: 100%; margin-bottom: .35rem; }
.search_list ul li a { display: block; font-size: .18rem; text-decoration: none; color: #333;}
.search_list ul li span { float: right;}

.search_list ul li:hover a { color: #00b3ee; }

/* foot */
.foot {	border-top: 1px #d2d2d2 solid;	padding-top: .8rem; background-color: #fff; position: relative;z-index: 1;}
.space {width: 100%; height: 2rem; position: relative; z-index: 2; background-color: #fff;}

.ft-logo a { display: block; width: 100%;}

.ft-logo p { margin-top: .6rem;}

.ft-logo img  { max-width: 100%; }

.ft-info { width: 100%;}

.ft-info dl {  float: left;}
.ft-info dl:nth-child(1) { width: 28%;}
.ft-info dl:nth-child(2) { width: 40%;}
.ft-info dl:nth-child(3) { width: 30%; margin-left: 2%;}

.ft-info dt {
	font-weight: bold;
	color: #333;
	line-height: 1;
	font-size: .22rem;
	min-height: .25rem;
	margin-bottom: .4rem;
}

.ft-info dd { display: block; }
.ft-info dd a,.ft-info dd p {
	display: block;
    color: #666;
	font-size: .16rem;
	line-height: 2.5;
	text-decoration: none;
}

.ft-wx {
	width: 38%;
	float: right;
	font-size: .12rem;
	text-align: center;
	margin-left: 3%;
	margin-top: .07rem;
}

.ft-wx img {height: 1rem;}
.ft-wx span { display: block;}


/* 版权 */
.copyright { padding: .37rem 0;margin-top: 1.46rem;}

.copyright p { color: #fff; font-size: .15rem; }

.copyright p a {float: right;color: #fff;text-decoration: none;}

.backtop {
	position: fixed;
	bottom: 1.5rem;
	right: .5rem;
	width: .5rem;
	height: .5rem;
	background-color: #00b3ee;
	background-image: url(../images/icons/btn_backtop.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 50;
	cursor: pointer;
	display: none;
}


.swiper-container {  width: 100%;  height: 100%;}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}



/* 内页二级导航 */
.innerban {
	width: 100%;
	height: 5rem;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	z-index: 1;
	/* margin-top: 1.5rem; */
}

.zhezhao {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.innerban .container { height: 100%;}

.t-table {width: 100%; height: 100%;display: table;}

.t-cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: bottom;
}

.inner_co_title { margin-bottom: 1.25rem;	font-size: .48rem;	color: #fff;}

.inner_co_title span { font-size: .24rem;  display: inline-block; font-weight: lighter; text-transform: uppercase;}

.inner_nav {
	/* border: 1px red solid; */
	height: 1.17rem;
	width: 100%;
	position: relative;
	z-index: 1;
	margin-top: -.6rem;
	margin-bottom: 1.43rem;
}

.inner_nav .container ,
.inner_nav .row,
.inner_nav .col-lg-2,
.inner_nav .col-lg-10 { height: 100%;}

.page_positon {	
	padding-top: .85rem;
	line-height: 1;
	font-size: .14rem;
	color: #333;
}

.page_positon a {
    display: inline-block;
	height: .22rem;
	float: left;
	line-height: .25rem;
	margin-right: 2px;
	text-decoration: none;
	color: #333;
}

a.icon-home {
	display: inline-block;
	width: .18rem;
	height: .22rem;
	background-image: url(../images/icons/icon-home.png);
	background-repeat: no-repeat;
	background-position:left center;	
}

.subnavs {/* background-color: #3f92e7; */ height: 100%;}

.subnavs ul { 
	 height: 100%;
	display: flex;
	justify-content:start;
	flex-flow: row nowrap;
	align-items: center;
	
}

.subnavs ul li {
	display: inline-block;
	float: left;
	height: 100%;
	vertical-align: middle;
	margin-left: 3%;
	border-bottom: 8px transparent solid ;
	font-size: .2rem;
	min-width: 1.12rem;
	text-align: center;
	transition: all .35s;
}

.subnavs ul li:hover,
.subnavs ul li.active { border-color: #00c7d3; transition: all .35s;}

.subnavs ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 6;
	color: #fff;
	text-decoration: none;
}



/* 分页 */
.fenye { width: 100%; text-align: center; border-top: 1px #dcdcdc solid; padding: .54rem 0 0;}
.noline { border: none !important;}

.fenye a {
	width: .35rem;
	height: .35rem;
	text-align: center;
	line-height: .35rem;
	margin: 5px;
	text-decoration: none;
	font-size: .18rem;
}

 

.fenye a.prev,
.fenye a:nth-child(1),
.fenye a.next,
.fenye a:last-child { position: relative;z-index: 1;}
	
.fenye a.prev::after,
.fenye a:nth-child(1)::after {
    content: "";
    width: .16rem;
    height: .16rem;
    border-right: 2px #999 solid;
    border-bottom: 2px #999 solid;
    transform-origin: center 82%;
    transform: rotate(135deg);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.fenye a.next::after,
.fenye a:last-child::after {
	content: "";
	width: .16rem;
	height: .16rem;
	border-right: 2px #999 solid;
	border-bottom: 2px #999 solid;
	transform-origin:center 185%;
	transform:rotate(-45deg);
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

.fenye a.next:hover::after,
.fenye a.prev:hover::after,
.fenye a:nth-child(1):hover::after,
.fenye a:last-child:hover::after{ border-color: #4963e5;}

.fenye a:hover ,
.fenye a.active {
	background-color: #00b3ee;
	color: #fff;
}

.fenye a.prev:hover,
.fenye a:nth-child(1):hover,
.fenye a.next:hover,
.fenye a:last-child:hover { background-color: transparent;}



/* 手机导航 */
.sm_nav {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 15px 0;
	z-index: 50;
	display: none;
}

.sm_nav .container { position: relative; z-index: 1;}

.sm_logo { max-width: 70%;}

.sm_logo img {	height: 35px;	object-fit: cover;}

.dot {
	width: 30px;
	height: 35px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	/* background-color: #080808; */
}

.dot span {
	display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 8px 0;
	transform: translate(0 , 0) rotate(0);
	opacity: 1;
	transition: all .35s;
}

.dot_active span:nth-child(1) {transform: translate(0 , 10px) rotate(45deg);transition: all .35s; }
.dot_active span:nth-child(2) {opacity: 0;transition: all .35s; }
.dot_active span:nth-child(3) {transform: translate(0 , -10px) rotate(-45deg); transition: all .35s;}

.sm_menu { 
	
	position: fixed; 
	width: 100%; 
	top: 65px; 
	left: 0;
	z-index: 50;
	background: rgba(255,255,255,.95);
	display: none; 
}

.sm_menu ul { list-style: none;padding-top: 25px; padding-bottom: 35px;}
.sm_menu ul li { 
	line-height: 2.5; 
	margin-bottom: 20px;
	border-bottom: 2px #dcdcdc dashed;
	/* padding-left: 5%; */
}

.sm_menu ul li a { display: block; text-decoration: none;}
 

